FlexPivot for WinForms
Select(IList<CellRange>,Boolean) メソッド

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス > Select メソッド : Select(IList<CellRange>,Boolean) メソッド
CellRange that specifies ranges of the cells that will be selected.
Whether to scroll the last selection range into view.
Selects a ranges of cells in MultiRange mode.
シンタックス
'宣言
 
Public Overloads Sub Select( _
   ByVal ranges As System.Collections.Generic.IList(Of CellRange), _
   ByVal show As System.Boolean _
) 
public void Select( 
   System.Collections.Generic.IList<CellRange> ranges,
   System.bool show
)

パラメータ

ranges
CellRange that specifies ranges of the cells that will be selected.
show
Whether to scroll the last selection range into view.
参照

C1FlexGridBase クラス
C1FlexGridBase メンバ
オーバーロード一覧